*{margin:0px;padding:0px;font-family: '微软雅黑';}
li{list-style-type:none;}
a img{border:0px;}
a{text-decoration:none;}
@media screen and (max-width: 1200px) {
  body, header {
    width: 1200px;
  }  }
  body{
    min-width: 1280px;
  } 
/* 头部样式 */
.head{
	width: 100%;
	height: 280px;
	min-width: 1200px;
}
.head_top{
	width: 100%;
	height:30px;
	background: #F5F5F5;
}
.head_top_ct{
	width: 1200px;
	height:20px;
	line-height: 30px;
	margin:0px auto;
	font-size: 14px;
	background: #F5F5F5;
	color:#999999;
}
.head_top_ct p{
	float:right;
}
.head_top_ct p a{
	font-size: 14px;
	color:#999999;
}
.head_top_ct p a:hover{
	color:#000;
}
.head_top_ct p font{
	margin:0px 5px;
}
/* 头部中间 logo 热线搜索 */
.head_ct{
	width: 100%;
	height: 250px;	
	margin-bottom: 10px;
	
}
.head_ct_ct{
	width: 1200px;
	margin:0px auto;
	overflow: hidden;
	padding-top:95px;
	margin-bottom: 15px
}
/* logo */
.logo{
	width: 480px;
	height: 90px;
	float: left;
	margin-left: 20px;
}
.logo img{
	float: left;
	margin-top: -15px;
}
.logo font{
	float: left;
	color:#000;
	font-size:25px;
	margin:25px 0px 0px 15px;
}
.logo p{
	float: left;
	color:#000;
	font-size: 16px;
	margin-left:15px;
}
/* 搜索 */
.sosou{
	float:right;
	margin-top:40px;
	width: 200px;
	height: 35px;
	position: relative;
}
.username{
	display: block;
	width: 188px;
	height: 33px;
	border:1px solid #9C9C9C;
	border-radius: 5px;
	color:#D2D1D1;
	font-size: 12px;
	padding-left: 10px;
	outline: none;
}
.tijiao{
	display: block;
	border:0px;
	position: absolute;
	width: 25px;
	height: 25px;
	top:5px;
	right:2px;
	cursor:pointer;
	outline: none;
	background: url(images/sosuo.png) no-repeat ;
}
/* 热线 */
.phone{
	float:right;
	width: 320px;
	height: 40px;
	font-size: 25px;
	color:#000;
	margin-top:40px;
}
.phone span{
	display: block;
	width: 320px;
	height: 40px;
	padding-left: 35px;
	background: url(images/phone02.png) no-repeat left 3px;
}
/* 导航 */
.haed_con{
	width: 1200px;
	margin:0px auto;
	height: 50px;
	background: #17b766;
	position: relative;
}
.haed_con ul{
	width: 1200px;
	height: 50px;
	margin:0px auto;
	background: #17b766;
}
.haed_con ul li{
	float:left;
	width: 100px;
	position: relative;
	overflow: hidden;
}
.haed_con ul li a{
	display: block;
	color:#fff;
	line-height: 50px;
	font-size: 16px;
	text-align: center; 
	position: relative;
	z-index: 10;
}
#nav{
	background:#2cbe74; 
}
.bg_p{
	position: absolute;
	width: 109px;
	height: 50px;
	background:#2cbe74;
	opacity: 1;
	top:-100%;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s; 
	-o-transition: 0.5s;
	z-index: 1;
}
.haed_con ul li:hover .bg_p{
	top:0px;
}
/* banner */
.banner{
	width:100%;
	height: 500px;
	overflow: hidden;
	position: relative;
	min-width: 1200px;
}
.tp{
	width: 100%;
}
.tp li:first-child{
	opacity: 1;
	z-index: 5;
}
 .tp li{
	opacity: 0.1;
	z-index: 4;
	width: 100%;
	position: absolute;
	left:0px;
	height: 500px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
} 
.banner img{
	width: 100%;
}
.xuhao{
	width:200px;
	height:20px;
	position:absolute;
	bottom:5px;
	left:45%;
	z-index: 10;
}
.xuhao li:first-child{
	background:#000; 
	color:#fff;
}
.xuhao li{
	width:10px;
	height:10px;
	line-height:10px;
	text-align:center;
	background:#fff;
	border-radius:10px;
	float:left;
	margin-left:10px;
} 
.banner p{
	height: 400px;
	background-position:center center !important; 
}
/* 除首页以外的页面 主体头部样式*/

.main_bg{
	width: 100%;
	background: #F4F4F4;
	overflow: hidden;	
}
.main_common{
	width: 1120px;
	margin:60px auto;
	background: #fff;
	padding:40px 40px;
}
.main_common_top{
	height: 35px;
	border-bottom: 1px solid #EEEEEE;
}
.hyl{
	height: auto;
	padding-top:30px;
}
.hyl ul{
    list-style:none
}
.hyl ul li{
    width:104px; height:35px; line-height:35px; text-align:center; margin:0 20px 0 0; float:left
}
.hyl ul li a{
    width:104px; height:35px; font-size:14px; color:#666666; border:#EFEFEF 1px solid; display:block
}


.hyl ul li a:hover{
    width:104x; height:35px; font-size:14px; border:#17B766 1px solid; background-color:#17B766; color:#FFFFFF; display:block
}

.hyl ul li a.bs1{ color: #FFFFFF !important;
	  background-color:#17B766 !important;  
	  
}
.hy2{
	height: auto;
	padding-top:50px;
}
.hy2 ul{
    list-style:none
}
.hy2 ul li{
    width:104px; height:35px; line-height:35px; text-align:center; margin:0 20px 0 0; float:left
}
.hy2 ul li a{
    width:104px; height:35px; font-size:14px; color:#666666; border:#EFEFEF 1px solid; display:block
}
.hy2 ul li a:hover{
    width:104x; height:35px; font-size:14px; border:#17B766 1px solid; background-color:#17B766; color:#FFFFFF; display:block
}

.hy2 ul li .bs{
	width:104x; height:35px; font-size:14px; border:#17B766 1px solid; background-color:#17B766; color:#FFFFFF; display:block
}



._lf{
	width: 200px;
	height: 35px;
	float:left;
}
._lf h2{
	font-size: 18px;
	color:#333333;
	float:left;
	line-height: 35px;
	background: url(images/about_01.png) no-repeat left bottom;
}
._lf p{
	font-size:14px;
	color:#999;
	float: left;
	line-height: 35px;
}
._rg{
	height: 35px;
	float:right;
}
._rg p{
	font-size:14px;
	color:#999;
	line-height: 35px;
}
._rg p a{
	color:#999;
}
._rg p a:hover {
	color:#009B4D;
}

/* 翻页 */
.flip{
	width: 100%;
	margin: 60px 0px 95px 0px;
	text-align: center;
}
.flip a{
	display:inline-block;
	width: 60px;
	height: 35px;
	border-radius: 5px;
	border:1px solid #D7D7D7;
	margin-right:20px;
	text-align: center;
	line-height: 35px;
	background: url(images/flip.png) no-repeat -60px 0px;
	color:#333;
	transition: 0.5s;
	-ms-transition: 0.5s;
	-webkit-transition: 0.5s; 
	-o-transition: 0.5s;
}
.flip a:hover{
	background-position: 0px 0px;
	color:#fff;
}
#flip_a{
	border:1px solid #009B4D;
	background: #009B4D;
	color:#fff;
}
/* 底部 */
.foot{
	width: 100%;
	height: 215px;
	background: #009B4D;
	min-width: 1200px;
}
.footer{
	width: 1200px;
	height: 179px;
	margin:0px auto;
	background: #009B4D;
	border-bottom: 1px solid #00a555;
}
.footer_ul{
	width: 860px;
	height: 179px;
	float: left;
}
.footer_ul li{
	float:left;
	font-size:14px;
	width: 500px;
	margin-top: 30px;
}
.footer_ul li span{
	display: block;
	font-size:14px;
	color:#fff;
	line-height: 30px;
}
.footer_ul li p{
	display: block;
	color:#fff;
	font-size:14px;
	line-height: 30px;
}
.footer_ul li p a{
    font-size:14px;
	color:#fff;
}
.footer_ul li p a:hover{
    font-size:14px;
	color:red;
}
.footer_rg{
	width: 220px;
	height: 179px;
	float:right;
}
.footer_rg h2 {
	font-size: 22px;
	color:#fff;
	margin-top: 20px;
	margin-left: 7px;
}
.footer_rg h2 span{
	font-size: 14px;
}
.footer_rg div{
	position: relative;
	margin:15px 0px;
}
.footer_rg div p{
	display: block;
	width: 200px;
	height: 25px;
	background: #fff url(images/icon_03.png) no-repeat 95% 50%;
	padding-left:20px;
	font-size: 14px;
	color:#666;
	line-height: 25px;
	cursor:pointer;
}
.footer_rg div ul{
	width: 220px;
	position: absolute;
	z-index: 5;
	bottom:25px;
	cursor:pointer;
}
.footer_rg div ul li{
	display: block;
	width: 200px;
	height: 25px;
	background: #fff ;
	border-bottom:1px solid #ddd;
	padding-left:20px;
	cursor:pointer;
}
.footer_rg div ul li a{
	font-size: 14px;
	color:#666;
	line-height: 25px;
}
.footer_rg div ul li a:hover{
	color:red;
}
.foot_con{
	width: 1200px;
	height: 35px;
	margin:0px auto;
	color:#fff;
	font-size: 12px;
}
.xqn{
	width: 1120px;
	height: auto;
	line-height:180%;
	margin:0 auto;
	padding-top:20px;
	font-size: 14px;
	position:relative
}
/*---------------------------样式归零----------------------*/
em{margin:0;padding:0;vertical-align:top}
/*-------------------------归零样式END，请于样式表最前面调用-------------------------*
/*-----------------自定义按钮样式，移动端不需要，PC端根据实际情况选择----------------*/
.demo {width:320px;height:240px;font-size: 14px;position:relative;}
.demo img{width:320px!important;height:240px!important;}
.demo a.control {position:absolute;display: block;top: 50%;margin-top: -24px;width: 24px;height: 30px;cursor: pointer;z-index: 2;background: url(images/buttons.png) no-repeat}
.demo a.prev {left: 0;background-position: 0 0}
.demo a.next {right: 0;background-position: -24px 0}
.demo a.prev:hover {background-position: 0 -41px}
.demo a.next:hover {background-position: -24px -41px}
/*----------------------------为保证最佳效果，建议设置如下样式------------------------*/
.slider {display: none;width:320px!important;height:240px!important;}
